﻿CHARACTERS = {
	c:KAL = {
		create_character = {
			# Mir Mehrab Khan Baloch, Khan of Kalat
			#role = politician # Remove this line
			first_name = "Mehrab"
			last_name = "Baloch"
			ruler = yes
			age = 30 # Don't know his age directly. His predecessor, maybe his father, was born in 1781, so I'm assuming Mehrab was born a generation later, like in 1806 or so. 
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}	

		create_character = {
			# Nasir II of Kalat, son of Mehrab but not his immediate successor due to an usurper
			#role = politician # Remove this line
			first_name = "Nasir"
			last_name = "Baloch"
			heir = yes
			age = 10 # described the "youthful son" of Mehrab in 1841
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				charismatic
			}
		}

		create_character = {
			#role = politician # Remove this line
			first_name = "Muhammad_Hussein"
			last_name = Baloch # don't know if he was actually a relative of Mehrab or not
			age = 50
			ig_leader = yes
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}
	}
}
